FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.8 Assembly / C1.Win.FlexReport.Chart Namespace / ChartObjectCollection<T> Class / CollectionChanged Event

In This Topic
    CollectionChanged Event (ChartObjectCollection<T>)
    In This Topic
    Occurs when the collection or its item has changed.
    Syntax
    'Declaration
     
    Public Event CollectionChanged As EventHandler
    public event EventHandler CollectionChanged
    See Also